Egg Group
@Serializable
Egg Groups are categories which determine which Pokémon are able to interbreed. See: https://pokeapi.co/docs/v2#egggroups
Parameters
id
The identifier for this egg group resource.
name
The name for this egg group resource.
names
The name of this egg group listed in different languages.
pokemon Species
A list of all Pokémon species that are members of this egg group.
Constructors
Link copied to clipboard
constructor(id: Int, name: String, names: List<Name>, pokemonSpecies: List<Handle.Named<PokemonSpecies>>)